fcc software package provides Script to compile C/C++ programs and link to Fortran libraries, you can install in your Ubuntu 16.10 (Yakkety Yak) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install fcc
fcc is installed in your system.
Make ensure the fcc package were installed using the commands given below,
$ sudo dpkg-query -l | grep fcc *
You will get with fcc package name, version, architecture and description in a table
| Distro | Ubuntu 16 10 yakkety yak |
| Section | Science |
| Package | fcc |
| Version | 2.8-1 |
| Description | Script to compile C/C++ programs and link to Fortran libraries |
| Sub Section | Science |